trilium
    Preparing search index...
    interface BuilderOptions {
        allowSurrogateChars?: boolean;
        attrkey?: string;
        cdata?: boolean;
        charkey?: string;
        doctype?: any;
        headless?: boolean;
        renderOpts?: RenderOptions;
        rootName?: string;
        xmldec?: XmlDeclarationAttributes;
    }
    Index

    Properties

    allowSurrogateChars?: boolean
    attrkey?: string
    cdata?: boolean
    charkey?: string
    doctype?: any
    headless?: boolean
    renderOpts?: RenderOptions
    rootName?: string